#html files
Explore tagged Tumblr posts
ataleofcrowns · 3 months ago
Text
Reminder to download your saves to your files so you don't end up losing them for one reason or another 🙏
Once the game is fully completed I will make it downloadable so you can play it offline as well and won't have to worry about losing your save files, but until then, make sure to take precautions!
180 notes · View notes
project-sekai-facts · 1 month ago
Note
Wait, which one is Akito's shy sprite? I don't remember seeing it everywhere, but if it exists, where can I find it?
i managed to find the scene on twitter, toya's happy expression and akito's shy (idk how to describe it?) one near the end of the clip are the new ones
22 notes · View notes
perilegs · 9 months ago
Text
clear + the robot man by northernboys
59 notes · View notes
trickstersaint · 5 months ago
Text
a few people have asked to see the full text for aromanticism which i would love to provide in a nice beautiful format where it all looks how it does when you play it. however the insides of it look like this!
Tumblr media
and that is 6161 words across 93 passages and i am just not willing to go in there and copy/paste or screenshot them all one by one. so! what i do have is like. almost the raw data, just all of the text of it; not organized by anything and it's got all the command language in there, but it is searchable and you'll be able to follow the little titles through it if you'd like. linking that for you here on my little webbed site in case that satisfies anyone's needs <3 you just have to promise not to judge while you're looking at the guts of it i was learning to use twine as i made this and it is not as gorgeous beautiful when you're not looking at it through the reader interface haha <3
25 notes · View notes
somerunner · 4 months ago
Text
[Video description: In Playstation 1 graphics, an old man walks onto a snowboard course with his walker. He clips the snowboard through his walker, holding it for a second, and blasts off into the sky. Electronic music plays throughout; the beat drops when he flies away.
/End description]
I beg my followers to check out Battle Tapes' music video for their song "Brand New" - since I figure most people don't click on Youtube links, I took the liberty of using some tools to clip just the beat drop.
The rest of the video is just as good as this.
Here's the link; it's inline instead of embedded because it's 3am and I'm paranoid that people on Tumblr go "ew an embedded Youtube link": https://www.youtube.com/watch?v=Tp6an4eVzP8
#battle tapes#battle tapes - brand new#you would definitely believe how much trouble I had with VLC getting this to clip correctly#once I tried getting a 3-second long clip and it kept getting it wrong even though I KNEW what timestamps I was hitting “record” on#thankfully this clip is longer and a little more flexible on what timestamps are fine to record and which ones completely miss the highligh#and the ending timestamp was just...right on. Right on.#anyway VLC doesn't know how to convert files for the casual user#I had to use a web-browser based thing to do it#the tools I used:#4K Video downloader Plus (free): to get the full Youtube video because VLC couldn't stream it from the link#VLC: to clip the video down to just 10-ish seconds#Free Convert (website): to convert from .asf to .mp4 because VLC couldn't do it for me#siiiiigggh anyway hope you all enjoy this beat drop#maybe it's just recency bias that makes me think this music video is so good#oddly enough getting that inline link to work also took some doing#it either didn't create a link or it automatically embedded; couldn't choose like I can with links to other sites#Opened up a new tab. Draft a new post with its own link. Turned to HTML editor. Copied and pasted it here in this post (also turned to HTML#editor) and then replaced the link reference and the text.#and strangely during that time period I tried using AO3 links which weren't embedding either.#Link that I ended up using to get an inline link was the link to download VLC which. ha. Been having trouble there as I've said in the post#oh and by the way: all links embed at first. But in the lower-right corner there's a little bubble you can click to turn it to inline.#but for some reason that doesn't work with youtube links#aaaaaanyway#I'm done. Finally.#music#videos runnerpost#has description
13 notes · View notes
queer-omens-in-the-archives · 2 months ago
Text
D.Nd: Poisoned text walkthroughs
hello meronia community. if any of you would like text walkthroughs for all endings in D.Nd: Poisoned (the MelloNear visual novel by Akane), you can find them here :3 (with tickable checkboxes for each step! and an ugly but serviceable PDF you can easily print if so inclined)
8 notes · View notes
crynwr-drwg · 3 months ago
Text
>Me: hey, can you check over this thing I wrote real quick.
>Friend: yeah totally
>sends them an html file the story is on
Am I stupid
10 notes · View notes
orcelito · 19 days ago
Text
Working on my javascript for my web page. Turns out I have the perfect kind of setup to accomplish some of the project requirements, specifically with even handlers and user interactions
My website, conceptually, will load a different employee details page depending on what employee name is clicked on. But I need to load it dynamically (instead of hard-coding it) so that the user can add or delete employees & it'll be able to still load the relevant shit.
So! Only one employee details page, but depending on how it's loaded, it'll load a different employee's information. Still working on getting down Exactly how to do it (I'm thinking using URL parameters that'll read a different object depending on what ID is used)
It's entirely doable. In fact, it's probably extremely common to do in web pages. No one wants to hard-code information for every new object. Of course not. And thus the usefulness of dynamic javascript stuff.
I can do this. I can very much do this.
#speculation nation#i wasnt very good when i got home and i read fanfic for a while#then took a nap. and now im up again and Getting To Work.#i dont have to have this 100% perfect for final submission just yet. bc final submission isnt today.#but i need to have my final presentation over my thing done by noon (11 hours from now)#and im presenting TODAY. and part of that will be giving a live demo of my project website#so. i need to have all of the core functionality of my website down at the Very Least#might not be perfect yet. but by god if im gonna show up to my presentation with my website not working.#i need to have the employee list lead to employee details with personalized information displayed per employee#i need to create an add employee field that will Actually add an employee. using a form.#and that employee will need to show up on the list and have a new id and everything. the works.#need to set it up so that employees can be deleted. shouldnt be too much extra.#and it would be . interesting. to give an actual 'login' pop-up when someone clicks on the login button#with some kind of basic info as the login parameters. this cant be that hard to code.#the project requirements are: implement 5 distinct user interactions using javascript. at least 3 different eventhandlers#at least 5 different elements with which interaction will trigger an event handler. page modification & addition of new elements to pages#3 different ways of selecting elements. one selection returning collection of html elements with customized operations on each...#hm. customized operations on each... the example given is a todo list with different styles based on if an item is overdue or not#i wonder if my personalized detail page loading would count for this... i also have some extra info displayed for each#but i specifically want the employees to be displayed in the list uniformly. that's kinda like. The Thing.#actually im poking around on my web pages i made previously and i do quite enjoy what i set up before.#need to modify the CSS for the statistics page and employee details to make it in line with what i actually wanted for it#maybe put a background behind the footer text... i tried it before & it was iffy in how it displayed...#but it looks weird when it overlaps with a page's content. idk that's just me being particular again.#theres also data interchange as a requirement. but that should be easy if i set an initial employee list as a json file#good god im going to have to think of so much extra bullshit for these 10 made up employees#wah. this is going to be a lot of work. but. im going to do it. i just wont get very much sleep tonight.#that's ok tho. ive presented under worse conditions (cough my all nighter when i read 3gun vol 10 and cried my eyes out)#and this is going to be the last night like this of my schooling career. the very last one.#just gotta stay strong for one more night 💪💪💪
6 notes · View notes
theriveroflight · 9 months ago
Text
Tumblr media
double yolk
Rated T / 16.3k (approx 30.6k total) / Iris Sagan & So Sejima (among others)
The thing about eggs is that some eggs have more than one yolk. It's rare, sure -- but not impossible.
Memories are like fractals. Self-similar. Break one off, there's more within. Even with just a small amount left, the whole memory can be rebuilt.
After the brain tumor removal surgery, Iris wakes up again, back in her own mind -- but outside of her body.
Or: post-Mizuki Route, Iris and So share a body. Date opens back up the case of the New Cyclops Serial Killer, and solves the mystery of his identity once and for all.
Read on AO3
14 notes · View notes
fourswords · 7 months ago
Text
the one good thing about making a super niche "links meet au" surrounding those guys is that i no longer have to go hunting for the actual pdf scan of the manual every time i want to grab a detail from the legend of the four sword in the four swords manual or the four swords adventures instruction booklet because. i typed them all out and put it on my website. so i can just go there and i now have the beautiful luxury of copy and paste at my disposal
11 notes · View notes
zestyzigzagoon · 2 months ago
Text
We've reached the 'fistfighting with the Ao3 text editor' portion of chapter completion.
3 notes · View notes
patron-saint-of-lesbeans · 2 days ago
Text
I should meet with Fr. A again. ‘Spiritual Real Estate Agent’ was a phrase I didn’t expect to come out of his mouth when I was crying trying to explain how much I feel called to bring people home to God. It was so odd I mostly stopped crying because. Fr. That’s…not incorrect, BUT -
3 notes · View notes
luci-in-trenchcoats · 2 years ago
Text
Does anyone else get anxiety whenever they go to backup their tumblr or just me? Like who decided to put export and delete account right next to each other???
Tumblr media
31 notes · View notes
trickstersaint · 4 months ago
Note
hiiii
i wanted to ask if you have a downloadable version of the aromanticism poem game. idk if i have to log in to itch.io or something, but there doesn't seem to be an on site option for it
spent forevvvvsies trying to see if there was a way to download from the itch.io page but i think you're right... smth about making it playable within the browser and also free skips the downloadable options i think. so! little website coming to save my life on file uploads once again. i put a download link on my neocities that should work, let me know if you have any issues!! xoxo
13 notes · View notes
aizawashuichi · 11 days ago
Text
the only thing i worked on but doesn't look good on the phone at all cuz it's too big but can't wait for me to get bored of this and forget about it entirely 🤩
Tumblr media
4 notes · View notes
hua-fei-hua · 1 month ago
Text
"where did you go" sanitizer got me again.
2 notes · View notes